home *** CD-ROM | disk | FTP | other *** search
- Subject: FWBuild system bugs.
- Sent: 7/23/96 8:55 AM
- Received: 7/23/96 9:11 AM
- From: Victor Langelo, victor@eclipse.cpcn.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
-
- Release Version: ODF Release 1, update 1.1
-
- I have encountered the following bugs in the FWBuild scripts in the ODF:Tools:Mac directory.
-
- 1. FWLocateCW always sets FWCWCppPPCName to NULL. The fix is to
- eliminate the line after the End line that starts:
-
- Set FWCWCppPPC ....
-
- And move the end of the next line starting with ) > Dev:NULL
- to the end of the last line. You will need to put semicolons
- after each line.
-
- 2. For each of the scripts FWBuildMrCPPC, FWBuildMrCPPCRelease,
- FWBuild68KCFM, FWBuild68KCFMRelease add double qoutes around
- the parameter variable {1} at the end of the last line.
-
- This won't be a problem unless you have spaces in the path name
- for your targets.
-
- 3. In MacMake.rul change the line:
-
- If {__PrecompiledHeaderFile}
-
- in the .cpp.o rule to:
-
- If `Exists {__PrecompiledHeaderFile}`
-
-
- Thanks,
-
- Victor Langelo
- Eclipse Services
- victor@eclipse.cpcn.com
-